home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xarchie-2.0.9 / config.h.in < prev    next >
Text File  |  1995-06-18  |  2KB  |  66 lines

  1.  
  2. #ifndef _CONFIG_H
  3. #define _CONFIG_H
  4.  
  5. /* Define if you have the ANSI C header files.  */
  6. #undef STDC_HEADERS
  7.  
  8. /* Define if you have <string.h>, otherwise assumes <strings.h> */
  9. #undef HAVE_STRING_H
  10.  
  11. /* Define if you have memory.h, and string.h doesn't declare the
  12.    mem* functions.  */
  13. #undef HAVE_MEMORY_H
  14.  
  15. /* Adjust of your sys/param.h doesn't define MAXPATHLEN */
  16. #undef HAVE_SYS_PARAM_H
  17. #ifndef HAVE_SYS_PARAM_H
  18. # define MAXPATHLEN 1024
  19. #endif
  20.  
  21. /* Define if your sys/time.h declares struct tm.  */
  22. #undef TM_IN_SYS_TIME
  23.  
  24. /* Define if your sys/types.h declares FD_SET.  */
  25. #undef FD_SET_IN_SYS_TYPES_H
  26. /* Define if your sys/select.h declares FD_SET.  */
  27. #undef FD_SET_IN_SYS_SELECT_H
  28. /* Define if your sys/inet.h declares FD_SET.  */
  29. #undef FD_SET_IN_SYS_INET_H
  30.  
  31. /* Define if you have re_comp() and re_exec() */
  32. #undef HAVE_RE_COMP
  33. /* Some systems use regcmp() and regex() instead (like AIX) */
  34. #undef HAVE_REGCMP
  35.  
  36. /* Define if you have strcasecmp() */
  37. #undef HAVE_STRCASECMP
  38.  
  39. /* Define if you have random() */
  40. #undef HAVE_RANDOM
  41. /* Some systems use rand() instead (like HPUX) */
  42. #undef HAVE_RAND
  43.  
  44. /* Define if you have the ANSI function strerror() */
  45. #undef HAVE_STRERROR
  46.  
  47. /* Define if you have errno (who doesn't)? */
  48. #undef HAVE_ERRNO
  49.  
  50. /* Define if you have sys_errlist (not needed if you have strerror) */
  51. #undef HAVE_SYS_ERRLIST
  52.  
  53. /* Define if you have getlogin() (who doesn't?) */
  54. #undef HAVE_GETLOGIN
  55.  
  56. /* Define if you have getpwuid() defined in <pwd.h> */
  57. #undef HAVE_GETPWUID
  58.  
  59. /* Define if you have strspn() */
  60. #undef HAVE_STRSPN
  61.  
  62. /* Define this if you need -lresolv in your link line (used by imake) */
  63. #undef NEED_LRESOLV
  64.  
  65. #endif /*!_CONFIG_H*/
  66.